Metadata-Version: 1.1
Name: Nemo Templates
Version: 0.9.2
Summary: Lightweight Templating Language
Home-page: https://github.com/9cloud/Nemo
Author: Kay Sackey
Author-email: kay@9cloud.us
License: BSD
Description: 
        Nemo is a light weight templating language built upon Mako Templates, and inspired by Haml.
        Haml is a fine language, its success within Ruby came from seamlessly interfacing with the culture and practices of the language. What we need isn't a copy of Haml in Python, but a version of it suited to Pythonic practices.
        Nemo is active production in many sites, however the code-base could be improved (for example to have automated testing rather than manual testing).
        
        More documentation follows on the Github Repository.
            
Keywords: django mako templating
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires: mako (>=0.7.0)
Requires: pyparsing (==1.5.6)
